Advertisement
Guest User

vicious28

a guest
Feb 1st, 2018
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. <script language="JavaScript" type="text/javascript">
  2. <!--
  3. //Disable right click script III- By Renigade (renigade@mediaone.net)
  4. //For full source code, visit http://www.dynamicdrive.com
  5. var message="";
  6. ///////////////////////////////////
  7. function clickIE() {if (document.all) {(message);return false;}}
  8. function clickNS(e) {if
  9. (document.layers||(document.getElementById&&!document.all)) {
  10. if (e.which==2||e.which==3) {(message);return false;}}}
  11. if (document.layers)
  12. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  13. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  14. document.oncontextmenu=new Function("return false")
  15. // -->
  16. </script>
  17.  
  18. <script type="text/javascript">
  19. /***********************************************
  20. * Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
  21. * This notice MUST stay intact for legal use
  22. * Visit http://www.dynamicdrive.com/ for full source code
  23. ***********************************************/
  24.  
  25. //form tags to omit in NS6+:
  26. var omitformtags=["input", "textarea", "select"]
  27.  
  28. omitformtags=omitformtags.join("|")
  29.  
  30. function disableselect(e){
  31. if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
  32. return false
  33. }
  34.  
  35. function reEnable(){
  36. return true
  37. }
  38.  
  39. if (typeof document.onselectstart!="undefined")
  40. document.onselectstart=new Function ("return false")
  41. else{
  42. document.onmousedown=disableselect
  43. document.onmouseup=reEnable
  44. }
  45.  
  46. </script>
  47.  
  48. <html>
  49.  
  50. <title><$ImeBloga$></title>
  51.  
  52. <style type="text/css">
  53.  
  54. #navbar-iframe {display: none;}
  55.  
  56. body {
  57. font-family: arial;
  58. font-size: 10px;
  59. color: #555;
  60. background: #fff}
  61.  
  62. a:link, a:visited, a:active {
  63. color: #999;
  64. cursor: default;
  65. text-decoration: none;}
  66.  
  67. a:hover {
  68. color: #555;
  69. cursor: default;
  70. text-decoration: none;}
  71.  
  72. #side {
  73. vertical-align: center;
  74. width: auto;}
  75.  
  76. #credits {
  77. padding: 5px;
  78. font-size: 10px;
  79. color: #828282;
  80. background-color: #ffffff;
  81. bottom: 30px;
  82. right:20px;
  83. position: fixed; }
  84.  
  85. #entry {
  86. background: #fff;
  87. vertical-align: top;
  88. width: 450px;
  89. padding: 10px;}
  90.  
  91. .title {
  92. font: italic 17pt "Georgia", sans-serif;
  93. color: #444;
  94. padding: 2px; }
  95.  
  96. .wrapper {padding: 5px 10px;}
  97.  
  98. .h1{
  99. width: 100px;
  100. height:23px;
  101. background: #444;
  102. -webkit-transform: translate(40px) rotate(90deg);
  103. font-family: tahoma;
  104. font-size: 9px;
  105. text-transform: uppercase;
  106. color: #ccc;
  107. text-align: center;
  108. letter-spacing: 1.0px;
  109. display:inline-block;
  110. -webkit-border-radius: 0px 0px 10px 10px;}
  111.  
  112. .h2{
  113. font: italic 15pt "Georgia", sans-serif;
  114. color: #444; }
  115.  
  116. .quoted {
  117. margin: 5px;
  118. padding:5px;
  119. border: 1px dashed #666;
  120. -webkit-border-radius: 10px 10px 10px 10px;}
  121.  
  122. .quoted:hover {
  123. margin: 5px;
  124. padding:5px;
  125. border: 1px dotted #666;
  126. -webkit-border-radius: 10px 10px 10px 10px;}
  127.  
  128. .sidebar {
  129. position:fixed;
  130. background: #444;
  131. width:170px;
  132. height: auto;
  133. left:600px;
  134. top:92px;
  135. padding: 5px;
  136. -webkit-border-radius: 0px 0px 10px 10px;
  137. color: #ccc;}
  138.  
  139. .sidebar img {max-width:170px;}
  140.  
  141. </style>
  142. </head>
  143.  
  144. <body>
  145.  
  146. <Blog>
  147. <table border="0" cellpadding="0" cellspacing="0">
  148. <tr>
  149. <td id="side">
  150. <div class="h1"><$DanPosta$><br>(<$DatumPosta$>)</div>
  151. </td>
  152.  
  153. <td id="entry">
  154. <div class="wrapper">
  155. <div class="title"><$NaslovPosta$></div>
  156. <$TekstPosta$>
  157. <br>
  158. <br>
  159. <a href="<$KomentariPosta$>" target=_blank>komentiraj</a>
  160. </div>
  161. </td>
  162. </tr>
  163. </table>
  164. </Blog>
  165.  
  166.  
  167. <div class="sidebar">
  168. <img src='http://i64.tinypic.com/200elub.jpg'><br><br>
  169. <Box1><center><$TekstBoxa$></center></Box1>
  170.  
  171. <div id="credits">
  172. <strong><a target="new" href="http://lennonrouge.blog.hr/">Lennon</a> | <a target="new" href="http://vicious.blog.hr/">Vicious </a></strong>
  173. </div>
  174. </div>
  175. </body>
  176. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement